home *** CD-ROM | disk | FTP | other *** search
/ Kit PC World De Ampliacion De Windows 95 / Kit PC World de ampliacion de Windows 95.iso / lotus / lotus025.dsk / WPBITMSK.LSS < prev    next >
Text File  |  1995-11-09  |  64KB  |  1,150 lines

  1. ' WordPro Bitmask Constants' Copyright 1995 Lotus Development Corp.
  2.  
  3.  
  4. 'ButtonType Constants
  5.  Const LwpButtonTypeText                         = &H1
  6.  Const LwpButtonTypeGraphics                     = &H2
  7.  Const LwpButtonBehaviorPopup                    = &H4
  8.  Const LwpButtonBehaviorLeftclick                = &H8
  9.  Const LwpButtonBehaviorClickable                = &H8
  10.  Const LwpButtonBehaviorCollapsible              = &H10
  11.  Const LwpButtonBehaviorContainer                = &H20
  12.  Const LwpButtonContentsLeftAligned              = &H40
  13.  Const LwpButtonContentsCenterAligned            = &H80
  14.  Const LwpButtonContentsRightAligned             = &H100
  15.  Const LwpButtonContentsGray                     = &H200
  16.  Const LwpButtonContentsHilited                  = &H400
  17.  Const LwpButtonNoTextFromHost                   = &H800
  18.  Const LwpButtonSupportRightClick                = &H1000
  19.  Const LwpButtonSupportDblClick                  = &H2000
  20.  Const LwpButtonHasAutorepeat                    = &H4000
  21.  Const LwpButtonReserved                         = &H8000
  22.  Const LwpButtonSpacer                           = &H10000
  23.  Const LwpButtonHasUpdownCtrl                    = &H20000
  24.  Const LwpButtonCanBeDepressed                   = &H40000
  25.  Const LwpButtonBehaviorThermometer              = &H80000
  26.  
  27. 'EditLocks Constants
  28.  Const LwpEditLocksNoLocks                       = &H0
  29.  Const LwpEditLocksNoVersionOrReview             = &H1
  30.  Const LwpEditLocksNoEditNamedStyles             = &H2
  31.  Const LwpEditLocksNoCopyAndNoSaveas             = &H4
  32.  Const LwpEditLocksNoPrinting                    = &H8
  33.  Const LwpEditLocksRevmarkOnly                   = &H10
  34.  
  35. 'EditSugg Constants
  36.  Const LwpEditSuggNoSuggestions                  = &H0
  37.  Const LwpEditSuggOnlyMarkupEditsAllowed         = &H1
  38.  Const LwpEditSuggRevAndCommentIconbar           = &H2
  39.  Const LwpEditSuggEditingInNewVersion            = &H4
  40.  
  41. 'FitType Constants
  42.  Const LwpFitVertical                            = &H1
  43.  Const LwpFitHorz                                = &H2
  44.  Const LwpFitHorzmargin                          = &H4
  45.  
  46. 'FormatCategories Constants
  47.  Const LwpFormatCategoriesNone                   = &H0
  48.  Const LwpFormatCategoriesAll                    = &HF
  49.  Const LwpFormatCategoriesText                   = &H1
  50.  Const LwpFormatCategoriesTable                  = &H2
  51.  Const LwpFormatCategoriesGraphic                = &H4
  52.  Const LwpFormatCategoriesOle                    = &H8
  53.  Const LwpFormatCategoriesGraphicole             = &HC
  54.  
  55. 'FormatCheckOptions Constants
  56.  Const LwpFormatCheckOptionsFixacronyms          = &H1
  57.  Const LwpFormatCheckOptionsFixspaces            = &H2
  58.  Const LwpFormatCheckOptionsFixbulletlist        = &H4
  59.  Const LwpFormatCheckOptionsFixmargins           = &H8
  60.  Const LwpFormatCheckOptionsTwospaces            = &H10
  61.  Const LwpFormatCheckOptionsAll                  = &H1F
  62.  
  63. 'GeneralModifier Constants
  64.  Const LwpGeneralModifierNone                    = &H0
  65.  Const LwpGeneralModifierShift                   = &H1
  66.  Const LwpGeneralModifierAlt                     = &H2
  67.  Const LwpGeneralModifierCtrl                    = &H4
  68.  Const LwpGeneralModifierCommand                 = &H8
  69.  Const LwpGeneralModifierOption                  = &H10
  70.  Const LwpGeneralModifierSys                     = &H20
  71.  Const LwpGeneralModifierCapslock                = &H40
  72.  Const LwpGeneralModifierNumlock                 = &H80
  73.  Const LwpGeneralModifierScrolllock              = &H100
  74.  Const LwpGeneralModifierHelp                    = &H200
  75.  
  76. 'IncludeList Constants
  77.  Const LwpIncludeListAllText                     = &H1
  78.  Const LwpIncludeListMainDocText                 = &H2
  79.  Const LwpIncludeListHeadersFooters              = &H4
  80.  Const LwpIncludeListTables                      = &H8
  81.  Const LwpIncludeListFrames                      = &H10
  82.  Const LwpIncludeListFootnotes                   = &H20
  83.  
  84. 'LayStyOver Constants
  85.  Const LwpLayStyOverSize                         = &H1
  86.  Const LwpLayStyOverPlacement                    = &H2
  87.  Const LwpLayStyOverSizeAndPlacement             = &H3
  88.  Const LwpLayStyOverMargins                      = &H4
  89.  Const LwpLayStyOverBorders                      = &H8
  90.  Const LwpLayStyOverBackground                   = &H10
  91.  Const LwpLayStyOverJoins                        = &H20
  92.  Const LwpLayStyOverShadow                       = &H40
  93.  Const LwpLayStyOverTabs                         = &H80
  94.  Const LwpLayStyOverScript                       = &H100
  95.  Const LwpLayStyOverNumerics                     = &H200
  96.  Const LwpLayStyOverColumns                      = &H400
  97.  Const LwpLayStyOverScaling                      = &H800
  98.  Const LwpLayStyOverRotation                     = &H1000
  99.  Const LwpLayStyOverLeaders                      = &H2000
  100.  Const LwpLayStyOverOrientation                  = &H4000
  101.  Const LwpLayStyOverMisc                         = &H8000
  102.  Const LwpLayStyOverChildren                     = &H10000
  103.  Const LwpLayStyOverContents                     = &H20000
  104.  
  105. 'LayoutDirection Constants
  106.  Const LwpLayoutDirectionUseDirection            = &H1
  107.  Const LwpLayoutDirectionAutoGrow                = &H2
  108.  Const LwpLayoutDirectionAutoSize                = &H4
  109.  Const LwpLayoutDirectionTocontainer             = &H8
  110.  Const LwpLayoutDirectionAllDirections           = &HF
  111.  
  112. 'LinePlacement Constants
  113.  Const LwpLinePlacementLeft                      = &H1
  114.  Const LwpLinePlacementRight                     = &H2
  115.  Const LwpLinePlacementTop                       = &H4
  116.  Const LwpLinePlacementBottom                    = &H8
  117.  Const LwpLinePlacementAllsides                  = &HF
  118.  
  119. 'MacroStatus Constants
  120.  Const LwpMacroStatusIsRunning                   = &H1
  121.  Const LwpMacroStatusIsPaused                    = &H1
  122.  Const LwpMacroStatusIsRecording                 = &H2
  123.  Const LwpMacroStatusIsQuickRecord               = &H4
  124.  
  125. 'Menu Constants
  126.  Const LwpMenuFilemenu                           = &H64
  127.  Const LwpMenuMfNew                              = &H65
  128.  Const LwpMenuMfOpen                             = &H66
  129.  Const LwpMenuMfSave                             = &H67
  130.  Const LwpMenuMfSaveas                           = &H68
  131.  Const LwpMenuMfRevert                           = &H69
  132.  Const LwpMenuMfAppendtext                       = &H6A
  133.  Const LwpMenuMfImport                           = &H6B
  134.  Const LwpMenuMfFilemanage                       = &H6C
  135.  Const LwpMenuMfDocdesc                          = &H6D
  136.  Const LwpMenuMfCreatedatafile                   = &H6E
  137.  Const LwpMenuMfPrint                            = &H6F
  138.  Const LwpMenuMfChgprinter                       = &H70
  139.  Const LwpMenuMfExit                             = &H71
  140.  Const LwpMenuMfPrintreset                       = &H72
  141.  Const LwpMenuMfDde                              = &H73
  142.  Const LwpMenuMfMergeaction                      = &H74
  143.  Const LwpMenuMfJustprint                        = &H75
  144.  Const LwpMenuMfStandalonep                      = &H147
  145.  Const LwpMenuMfAllfldsrename                    = &H76
  146.  Const LwpMenuMfPrintwrongpaper                  = &H77
  147.  Const LwpMenuMfPrintcancel                      = &H78
  148.  Const LwpMenuMfDummymrgsel                      = &H79
  149.  Const LwpMenuMfDummymrgext                      = &H7A
  150.  Const LwpMenuMfAsciiopts                        = &H7B
  151.  Const LwpMenuMfCanprint                         = &H7C
  152.  Const LwpMenuMfFldrename                        = &H7D
  153.  Const LwpMenuMfPrintopt                         = &H7E
  154.  Const LwpMenuMfSaveasnw                         = &H7F
  155.  Const LwpMenuMfImportnw                         = &H80
  156.  Const LwpMenuMfDocdescnw                        = &H81
  157.  Const LwpMenuMfMasternw                         = &H82
  158.  Const LwpMenuMfNwimport                         = &H83
  159.  Const LwpMenuMfMergeviewprint                   = &H84
  160.  Const LwpMenuMfLastopen1                        = &H85
  161.  Const LwpMenuMfLastopen2                        = &H86
  162.  Const LwpMenuMfLastopen3                        = &H87
  163.  Const LwpMenuMfLastopen4                        = &H88
  164.  Const LwpMenuMfLastopen5                        = &H89
  165.  Const LwpMenuMfOpennostyle                      = &H8A
  166.  Const LwpMenuMfMergelabels                      = &H8B
  167.  Const LwpMenuMfOtherflds                        = &H8C
  168.  Const LwpMenuMfImportpicture                    = &H8D
  169.  Const LwpMenuMfExport                           = &H8E
  170.  Const LwpMenuMfAttribnw                         = &H8F
  171.  Const LwpMenuMfCanmergeprint                    = &H92
  172.  Const LwpMenuMfImporttext                       = &H98
  173.  Const LwpMenuMfMergeprintopts                   = &H235
  174.  Const LwpMenuMfMergeconds                       = &H237
  175.  Const LwpMenuMfClose                            = &H90
  176.  Const LwpMenuMfCloseall                         = &H2DB
  177.  Const LwpMenuMfCloseallreplacelast              = &H2DC
  178.  Const LwpMenuMfPassword                         = &H91
  179.  Const LwpMenuMfPassword2                        = &H122
  180.  Const LwpMenuMfMasterdocument                   = &H2E0
  181.  Const LwpMenuMfClosefile                        = &H93
  182.  Const LwpMenuMfLock                             = &H94
  183.  Const LwpMenuMfNextmdiwindow                    = &H2D7
  184.  Const LwpMenuMfMail                             = &HE5
  185.  Const LwpMenuMfMailNew                          = &H2E1
  186.  Const LwpMenuMfMailread                         = &HE6
  187.  Const LwpMenuMfQuickopen                        = &HE7
  188.  Const LwpMenuMfFilesep                          = &HEB
  189.  Const LwpMenuMfSavecopyas                       = &H124
  190.  Const LwpMenuMfUpdateobject                     = &H125
  191.  Const LwpMenuMfEditorgreet                      = &H2DD
  192.  Const LwpMenuMfNewdivision                      = &H2DE
  193.  Const LwpMenuMfOpendivision                     = &H2DF
  194.  Const LwpMenuMfSaContinueRoute                  = &H2E2
  195.  Const LwpMenuMfSaRoute                          = &H2E3
  196.  Const LwpMenuMfSeldatafile                      = &H30C
  197.  Const LwpMenuMfMrgdelimit                       = &H30C
  198.  Const LwpMenuMfMrgwelcome                       = &H30D
  199.  Const LwpMenuMfMrgwelcome2                      = &H312
  200.  Const LwpMenuMfMrggotorecord                    = &H30E
  201.  Const LwpMenuMfCreatedesc                       = &H30F
  202.  Const LwpMenuMfMrgsort                          = &H310
  203.  Const LwpMenuMfCreatemerge                      = &H311
  204.  Const LwpMenuMfEditdatafile                     = &H313
  205.  Const LwpMenuMfUsecurasmrgdoc                   = &H314
  206.  Const LwpMenuMfOpenandeditdatafile              = &H315
  207.  Const LwpMenuMfOpenpreview                      = &H316
  208.  Const LwpMenuMfNewpreview                       = &H317
  209.  Const LwpMenuMxMergemacro                       = &H318
  210.  Const LwpMenuMfMergeprintall                    = &H319
  211.  Const LwpMenuMfMergeopen                        = &H31A
  212.  Const LwpMenuMlsRunscript                       = &H31B
  213.  Const LwpMenuMlsCreatescript                    = &H35F
  214.  Const LwpMenuMlsCreatedialog                    = &H360
  215.  Const LwpMenuMlsCompile                         = &H365
  216.  Const LwpMenuMlsAutoapp                         = &H369
  217.  Const LwpMenuMlsIdeStepIn                       = &H3C0
  218.  Const LwpMenuMlsIdeStepOver                     = &H3C1
  219.  Const LwpMenuMlsIdeStepExit                     = &H3C2
  220.  Const LwpMenuMlsIdeContinue                     = &H3C3
  221.  Const LwpMenuMlsIdeStop                         = &H3C4
  222.  Const LwpMenuMlsIdeSetBp                        = &H3C5
  223.  Const LwpMenuMlsIdeDisBp                        = &H3C6
  224.  Const LwpMenuMlsIdeClearAll                     = &H3C7
  225.  Const LwpMenuMlsIdeDisAll                       = &H3C8
  226.  Const LwpMenuMlsIdeBreakpoints                  = &H3C9
  227.  Const LwpMenuMlsIdeBrowser                      = &H3CA
  228.  Const LwpMenuMlsIdeOutput                       = &H3CB
  229.  Const LwpMenuMlsIdeVariables                    = &H3CC
  230.  Const LwpMenuMlsIdeCheckScript                  = &H3CD
  231.  Const LwpMenuMlsIdeNewSub                       = &H3CE
  232.  Const LwpMenuMlsIdeNewFun                       = &H3CF
  233.  Const LwpMenuMlsIdeDebug                        = &H3D0
  234.  Const LwpMenuMlsIdeRedo                         = &H3D1
  235.  Const LwpMenuMlsShowide                         = &H3D2
  236.  Const LwpMenuMlsIdeImport                       = &H3D3
  237.  Const LwpMenuMlsIdeExport                       = &H3D4
  238.  Const LwpMenuMlsIdeScriptPref                   = &H3D5
  239.  Const LwpMenuMlsIdeCloseWin                     = &H3D6
  240.  Const LwpMenuMlsIdeToggle                       = &H3D7
  241.  Const LwpMenuMlsIdePrevSub                      = &H3D8
  242.  Const LwpMenuMlsIdeNextSub                      = &H3D9
  243.  Const LwpMenuMlsIdeTogglebp                     = &H3DA
  244.  Const LwpMenuMlsIdeCodeWindow                   = &H3DB
  245.  Const LwpMenuMlsIdeCheckAll                     = &H3DC
  246.  Const LwpMenuMlsIdeSaveLso                      = &H3DD
  247.  Const LwpMenuMlsIdeShowicon                     = &H3E0
  248.  Const LwpMenuMlsIdeRuncursub                    = &H3E1
  249.  Const LwpMenuMlsIdeHelpLs                       = &H3E2
  250.  Const LwpMenuMlsIdeHelpWp                       = &H3E3
  251.  Const LwpMenuMlsIdeHelpSe                       = &H3E4
  252.  Const LwpMenuMlsIdeHelpAbout                    = &H3E5
  253.  Const LwpMenuMlRenumnotes                       = &H95
  254.  Const LwpMenuEditmenu                           = &H96
  255.  Const LwpMenuMeUndo                             = &H97
  256.  Const LwpMenuMeCut                              = &H99
  257.  Const LwpMenuMeCopy                             = &H9A
  258.  Const LwpMenuMePaste                            = &H9B
  259.  Const LwpMenuMeUndoredo                         = &H9C
  260.  Const LwpMenuMePastelinks                       = &H9D
  261.  Const LwpMenuMeInsvariable                      = &H9E
  262.  Const LwpMenuMeFootnotes                        = &HA0
  263.  Const LwpMenuMeNotes                            = &HA1
  264.  Const LwpMenuMeNotes20                          = &H11A
  265.  Const LwpMenuMeDefaults                         = &HA2
  266.  Const LwpMenuMeTypeover                         = &HA3
  267.  Const LwpMenuMeNbDefaults                       = &HA4
  268.  Const LwpMenuMeInsertdate                       = &HA5
  269.  Const LwpMenuMeAddmergevar                      = &HA6
  270.  Const LwpMenuMeAdddocdescvar                    = &HA7
  271.  Const LwpMenuMxMdiswitch                        = &HA8
  272.  Const LwpMenuMeSeclevaction                     = &HA9
  273.  Const LwpMenuMeDefpaths                         = &HAA
  274.  Const LwpMenuMeFootopts                         = &HAB
  275.  Const LwpMenuMeRedo                             = &HAC
  276.  Const LwpMenuMeDocoptions                       = &HAD
  277.  Const LwpMenuMeDefpath                          = &HAE
  278.  Const LwpMenuMeDefsty                           = &HAF
  279.  Const LwpMenuMeDefback                          = &HB0
  280.  Const LwpMenuMeFootnoteinsert                   = &HB1
  281.  Const LwpMenuMeInsertnote                       = &HB2
  282.  Const LwpMenuMeDelete                           = &HB3
  283.  Const LwpMenuMeIndexentry                       = &HB4
  284.  Const LwpMenuMeAddnote                          = &HB5
  285.  Const LwpMenuMeMergevar                         = &HB6
  286.  Const LwpMenuMeDescvar                          = &HB7
  287.  Const LwpMenuMeFormatcheckbar                   = &HB8
  288.  Const LwpMenuMePageup                           = &HB9
  289.  Const LwpMenuMePagedown                         = &HBA
  290.  Const LwpMenuMeRevinsertion                     = &HBB
  291.  Const LwpMenuMeProtected                        = &HBC
  292.  Const LwpMenuMeNohyphen                         = &HBD
  293.  Const LwpMenuMeGetglosname                      = &HC6
  294.  Const LwpMenuMeMacpath                          = &H11E
  295.  Const LwpMenuMeTocentry                         = &H343
  296.  Const LwpMenuMeBullet                           = &H344
  297.  Const LwpMenuMeMergedatafile                    = &H232
  298.  Const LwpMenuMeMergeextdesc                     = &H234
  299.  Const LwpMenuMeMergevarsdatafile                = &H236
  300.  Const LwpMenuMePastespecial                     = &H24C
  301.  Const LwpMenuMeInsertobject                     = &H24D
  302.  Const LwpMenuMeChangelink                       = &H24E
  303.  Const LwpMenuMeUseworkpath                      = &H24F
  304.  Const LwpMenuMeSelectword                       = &H253
  305.  Const LwpMenuMeSelectsentence                   = &H254
  306.  Const LwpMenuMeSelectparagraph                  = &H255
  307.  Const LwpMenuMeSelectfile                       = &H256
  308.  Const LwpMenuMeRevisionmode                     = &H257
  309.  Const LwpMenuMlDoccontrol                       = &H258
  310.  Const LwpMenuMfSharedoccontrol                  = &H25A
  311.  Const LwpMenuMlDoccontrolEditorpanel            = &H25B
  312.  Const LwpMenuMlDoccontrolExternal               = &H25C
  313.  Const LwpMenuMvViewversionExternal              = &H25D
  314.  Const LwpMenuMfDocdescExternal                  = &H25E
  315.  Const LwpMenuNwobjects                          = &HBE
  316.  Const LwpMenuMoOpennw                           = &HBF
  317.  Const LwpMenuMoCreatenw                         = &HC0
  318.  Const LwpMenuMoListnw                           = &HC1
  319.  Const LwpMenuMoLinksnw                          = &HC2
  320.  Const LwpMenuMoAttribnw                         = &HC3
  321.  Const LwpMenuViewmenu                           = &HC8
  322.  Const LwpMenuMvFit                              = &HC9
  323.  Const LwpMenuMvWorking                          = &HCA
  324.  Const LwpMenuMv75                               = &H31C
  325.  Const LwpMenuMv150                              = &H31D
  326.  Const LwpMenuMv100                              = &HCB
  327.  Const LwpMenuMv200                              = &HCC
  328.  Const LwpMenuMvSwitchiconstate                  = &HCD
  329.  Const LwpMenuMvPagesort                         = &H303
  330.  Const LwpMenuMvZoomoptions                      = &H304
  331.  Const LwpMenuMvComment                          = &H306
  332.  Const LwpMenuMvShowheadfoot                     = &H307
  333.  Const LwpMenuMvCustom                           = &H305
  334.  Const LwpMenuMvFacingpages                      = &H308
  335.  Const LwpMenuMvMultiplepages                    = &H309
  336.  Const LwpMenuMvPagemargin                       = &H30A
  337.  Const LwpMenuMvPagewidth                        = &H30B
  338.  Const LwpMenuMvSpecialview                      = &H323
  339.  Const LwpMenuMvClearspecialview                 = &H371
  340.  Const LwpMenuMvSynchronizeviews                 = &H364
  341.  Const LwpMenuMvClearhighlight                   = &H36A
  342.  Const LwpMenuMvPreferences                      = &HCE
  343.  Const LwpMenuMvTabrack                          = &HCF
  344.  Const LwpMenuMvFunctionbar                      = &HD0
  345.  Const LwpMenuMvChgsidebar                       = &HD1
  346.  Const LwpMenuMvLayout                           = &HD2
  347.  Const LwpMenuMvDraft                            = &HD3
  348.  Const LwpMenuMvFacing                           = &HD4
  349.  Const LwpMenuMvFacecancel                       = &HD6
  350.  Const LwpMenuMvShowpicts                        = &HD7
  351.  Const LwpMenuMvShowmarks                        = &HD8
  352.  Const LwpMenuMvPreferdefaults                   = &HD9
  353.  Const LwpMenuMvOutline                          = &HDA
  354.  Const LwpMenuMvFloatingicon                     = &HDB
  355.  Const LwpMenuMvLefticon                         = &HDC
  356.  Const LwpMenuMvRighticon                        = &HDD
  357.  Const LwpMenuMvTopicon                          = &HDE
  358.  Const LwpMenuMvBottomicon                       = &HDF
  359.  Const LwpMenuMvSmarticons                       = &HE8
  360.  Const LwpMenuMvFullscreen                       = &HE9
  361.  Const LwpMenuMvFullscreenoptions                = &HEA
  362.  Const LwpMenuMvEditicon                         = &HEC
  363.  Const LwpMenuMfPrintenvelope                    = &HED
  364.  Const LwpMenuMvNexticonset                      = &HEF
  365.  Const LwpMenuMvSaveicon                         = &HF0
  366.  Const LwpMenuMvCreateicon                       = &HF1
  367.  Const LwpMenuMvFullscreenstartup                = &HF2
  368.  Const LwpMenuMvSectiontabs                      = &HF4
  369.  Const LwpMenuCharmenu                           = &HFA
  370.  Const LwpMenuMcTextinfobox                      = &H11B
  371.  Const LwpMenuMcTextinfoboxmouse                 = &H262
  372.  Const LwpMenuMcDrawinfoboxmouse                 = &H263
  373.  Const LwpMenuMcFont                             = &HFB
  374.  Const LwpMenuMcNormal                           = &HFD
  375.  Const LwpMenuMcBold                             = &HFE
  376.  Const LwpMenuMcItalic                           = &HFF
  377.  Const LwpMenuMcUnderline                        = &H100
  378.  Const LwpMenuMcWordunder                        = &H101
  379.  Const LwpMenuMcLeft                             = &H103
  380.  Const LwpMenuMcCenter                           = &H104
  381.  Const LwpMenuMcRight                            = &H105
  382.  Const LwpMenuMcJustify                          = &H106
  383.  Const LwpMenuMcAlignment                        = &H107
  384.  Const LwpMenuMcCaps                             = &H108
  385.  Const LwpMenuMcIndentall                        = &HF7
  386.  Const LwpMenuMcIndentfirst                      = &HF8
  387.  Const LwpMenuMcIndentrest                       = &HF9
  388.  Const LwpMenuMcExtract                          = &HF6
  389.  Const LwpMenuMcMacrofastformat                  = &HEE
  390.  Const LwpMenuMcFontrevert                       = &HF3
  391.  Const LwpMenuMcEnlargetext                      = &HFC
  392.  Const LwpMenuMcReducetext                       = &HF5
  393.  Const LwpMenuMcIndent                           = &H102
  394.  Const LwpMenuMcOutdent                          = &H11C
  395.  Const LwpMenuMcBulletpanel                      = &H11D
  396.  Const LwpMenuMcNextfacename                     = &H3B6
  397.  Const LwpMenuMcNextalignment                    = &H3B7
  398.  Const LwpMenuMcNextattribute                    = &H3B8
  399.  Const LwpMenuMcNextbullet                       = &H3B9
  400.  Const LwpMenuMcNextnumbering                    = &H3BA
  401.  Const LwpMenuMcNextstyle                        = &H3BB
  402.  Const LwpMenuMcDoubleunder                      = &H10E
  403.  Const LwpMenuMcSuperscript                      = &H10F
  404.  Const LwpMenuMcSubscript                        = &H110
  405.  Const LwpMenuMcAllcaps                          = &H111
  406.  Const LwpMenuMfEnvelopeprint                    = &H112
  407.  Const LwpMenuMcAlllower                         = &H11F
  408.  Const LwpMenuMcInitcaps                         = &H120
  409.  Const LwpMenuMcSmallcaps                        = &H121
  410.  Const LwpMenuMcJustfont                         = &H116
  411.  Const LwpMenuMcJustpointsize                    = &H117
  412.  Const LwpMenuMcStrikethru                       = &H118
  413.  Const LwpMenuMcFastformat                       = &H123
  414.  Const LwpMenuMcHighlight                        = &H126
  415.  Const LwpMenuStylemenu                          = &H12C
  416.  Const LwpMenuMsCreate                           = &H12D
  417.  Const LwpMenuMsStylemanage                      = &H12F
  418.  Const LwpMenuMsChgstyle                         = &H130
  419.  Const LwpMenuMsSavestyle                        = &H131
  420.  Const LwpMenuMsSelectstyle                      = &H132
  421.  Const LwpMenuMsOutlinestyle                     = &H140
  422.  Const LwpMenuMsStylemanageinit                  = &H141
  423.  Const LwpMenuMsStylemanageaction                = &H142
  424.  Const LwpMenuMsChangestylename                  = &H143
  425.  Const LwpMenuMsDefinestyle                      = &H144
  426.  Const LwpMenuMsModcreatestyle                   = &H145
  427.  Const LwpMenuMsStylemanagefinish                = &H146
  428.  Const LwpMenuMsRedefinestyle                    = &H150
  429.  Const LwpMenuMsMargins                          = &H148
  430.  Const LwpMenuMsPagesettings                     = &H149
  431.  Const LwpMenuMsApply                            = &H14A
  432.  Const LwpMenuMsStylemru1                        = &H14B
  433.  Const LwpMenuMsStylemru2                        = &H14C
  434.  Const LwpMenuMsStylemru3                        = &H14D
  435.  Const LwpMenuMsStylemru4                        = &H14E
  436.  Const LwpMenuMrManualtable                      = &H14F
  437.  Const LwpMenuMrFrameanchorinfobox               = &H187
  438.  Const LwpMenuMrFramelineinfobox                 = &H188
  439.  Const LwpMenuMrFramebackinfobox                 = &H189
  440.  Const LwpMenuMrFramegfxinfobox                  = &H18A
  441.  Const LwpMenuMrFrametopalign                    = &H18B
  442.  Const LwpMenuMrFramecenteralign                 = &H18C
  443.  Const LwpMenuMrFramebottomalign                 = &H18D
  444.  Const LwpMenuMrDeleteframe                      = &H18F
  445.  Const LwpMenuPagemenu                           = &H15E
  446.  Const LwpMenuMpCreatelayout                     = &H15F
  447.  Const LwpMenuMpModifylayout                     = &H160
  448.  Const LwpMenuMpTabs                             = &H163
  449.  Const LwpMenuMpPagenum                          = &H164
  450.  Const LwpMenuMpPagebreak                        = &H166
  451.  Const LwpMenuMpLinenumber                       = &H167
  452.  Const LwpMenuMpHeadfoot                         = &H168
  453.  Const LwpMenuMpModlayoutinit                    = &H169
  454.  Const LwpMenuMpModlaypagesettings               = &H16A
  455.  Const LwpMenuMpModlayrightfacepage              = &H16B
  456.  Const LwpMenuMpModlayrightheaderfacepage        = &H16C
  457.  Const LwpMenuMpModlayrightfooterfacepage        = &H16D
  458.  Const LwpMenuMpModlayrightlines                 = &H16E
  459.  Const LwpMenuMpModlayleftfacepage               = &H16F
  460.  Const LwpMenuMpModlayleftheaderfacepage         = &H170
  461.  Const LwpMenuMpModlayleftfooterfacepage         = &H171
  462.  Const LwpMenuMpModlayleftlines                  = &H172
  463.  Const LwpMenuMpDellayout                        = &H175
  464.  Const LwpMenuMpRevertlayout                     = &H176
  465.  Const LwpMenuMpInslayout                        = &H177
  466.  Const LwpMenuMpModlayoutfinish                  = &H178
  467.  Const LwpMenuMpHeaderfootergoto                 = &H179
  468.  Const LwpMenuMpMacinslayout                     = &H17A
  469.  Const LwpMenuMpParallel                         = &H17B
  470.  Const LwpMenuMpPcolinfobox                      = &H17C
  471.  Const LwpMenuMpPageproperties                   = &H17D
  472.  Const LwpMenuMpCreate                           = &H17E
  473.  Const LwpMenuMpNewpagestyle                     = &H17F
  474.  Const LwpMenuMpHeaderproperties                 = &H180
  475.  Const LwpMenuMpFooterproperties                 = &H181
  476.  Const LwpMenuMpPagepropertiesmouse              = &H182
  477.  Const LwpMenuMpFooterpropertiesmouse            = &H183
  478.  Const LwpMenuMpHeaderpropertiesmouse            = &H184
  479.  Const LwpMenuMpPcolinfoboxmouse                 = &H185
  480.  Const LwpMenuFramemenu                          = &H190
  481.  Const LwpMenuMrFrametext                        = &H192
  482.  Const LwpMenuMrScale                            = &H193
  483.  Const LwpMenuMrGroupframes                      = &H194
  484.  Const LwpMenuMrFrameinfobox                     = &H195
  485.  Const LwpMenuMrBringtofront                     = &H197
  486.  Const LwpMenuMrSendtoback                       = &H198
  487.  Const LwpMenuMrAdd                              = &H199
  488.  Const LwpMenuMrSendbackone                      = &H19A
  489.  Const LwpMenuMrDrawingicon                      = &H19B
  490.  Const LwpMenuMrChartingicon                     = &H19C
  491.  Const LwpMenuMrCreateframe                      = &H19D
  492.  Const LwpMenuMrAddframewithdlg                  = &H19E
  493.  Const LwpMenuMrFramedefaults                    = &H19F
  494.  Const LwpMenuMrFramelines                       = &H1A0
  495.  Const LwpMenuMrFrametype                        = &H1A1
  496.  Const LwpMenuMrFrameborders                     = &H1A2
  497.  Const LwpMenuMrFramecolumns                     = &H1A3
  498.  Const LwpMenuMrModframereflow                   = &H1A4
  499.  Const LwpMenuMrModframeinit                     = &H1A5
  500.  Const LwpMenuMrBringfrontone                    = &H186
  501.  Const LwpMenuMrSelectframe                      = &H18E
  502.  Const LwpMenuMrEquationsicon                    = &H1A7
  503.  Const LwpMenuMrImageprocessing                  = &H1A8
  504.  Const LwpMenuMrFrameinfoboxmouse                = &H26C
  505.  Const LwpMenuMrFramelineinfoboxmouse            = &H26D
  506.  Const LwpMenuMrFramebackinfoboxmouse            = &H26E
  507.  Const LwpMenuMrFramegfxinfoboxmouse             = &H26F
  508.  Const LwpMenuMrFrameanchorinfoboxmouse          = &H270
  509.  Const LwpMenuMrAfid                             = &H1A9
  510.  Const LwpMenuMrAfidmax                          = &H1C1
  511.  Const LwpMenuToolmenu                           = &H1C2
  512.  Const LwpMenuMlSearch                           = &H1C3
  513.  Const LwpMenuMlGoto                             = &H1C4
  514.  Const LwpMenuMlSpellopts                        = &H1C5
  515.  Const LwpMenuMlUserdict                         = &H1C6
  516.  Const LwpMenuMlThesaurus                        = &H1C7
  517.  Const LwpMenuMlSort                             = &H1C8
  518.  Const LwpMenuMlTables                           = &H1C9
  519.  Const LwpMenuMlGotolast                         = &H1CA
  520.  Const LwpMenuMlSpellopts2                       = &H1CB
  521.  Const LwpMenuMlRevmarkoptions                   = &H1CD
  522.  Const LwpMenuMlToc                              = &H1CE
  523.  Const LwpMenuMlAssignmacro                      = &H1CF
  524.  Const LwpMenuMlMacros                           = &H1D0
  525.  Const LwpMenuMlMacroaccel                       = &H1A6
  526.  Const LwpMenuMlGeneratetoc                      = &H1D1
  527.  Const LwpMenuMlIndexnextfile                    = &H119
  528.  Const LwpMenuMlBookmark                         = &H1D2
  529.  Const LwpMenuMlGlossary                         = &H1D3
  530.  Const LwpMenuMlGlosset                          = &H1D4
  531.  Const LwpMenuMlMacpause                         = &H1D5
  532.  Const LwpMenuMlGenerateindex                    = &H1D6
  533.  Const LwpMenuMlSpelladddict                     = &H1D7
  534.  Const LwpMenuMlSpellskipall                     = &H1D8
  535.  Const LwpMenuMlSpellreplace                     = &H1DA
  536.  Const LwpMenuMlSpell                            = &H1DB
  537.  Const LwpMenuMlSpellinit                        = &H1DC
  538.  Const LwpMenuMlSpellcheck                       = &H1DD
  539.  Const LwpMenuMlSpellcancel                      = &H1DE
  540.  Const LwpMenuMlSpellskip                        = &H1DF
  541.  Const LwpMenuMlReplace                          = &H1E0
  542.  Const LwpMenuMlChglang                          = &H1E1
  543.  Const LwpMenuMlRenumseq                         = &H1E2
  544.  Const LwpMenuMlSrattrs                          = &H1E5
  545.  Const LwpMenuMlRepopts                          = &H1E6
  546.  Const LwpMenuMlSropts                           = &H1E7
  547.  Const LwpMenuMlSearchonly                       = &H1E8
  548.  Const LwpMenuMlMacplay                          = &H1E9
  549.  Const LwpMenuMlMacassign                        = &H1EA
  550.  Const LwpMenuMlMacdde                           = &H1EB
  551.  Const LwpMenuMlMactype                          = &H1EC
  552.  Const LwpMenuMlCall                             = &H1ED
  553.  Const LwpMenuMlSammy2                           = &H1EE
  554.  Const LwpMenuMlTocopts                          = &H1EF
  555.  Const LwpMenuMlSrfindmatch                      = &H1F0
  556.  Const LwpMenuMlSrreplacethenfind                = &H1F1
  557.  Const LwpMenuMlSrcancel                         = &H1F2
  558.  Const LwpMenuMlSrinit                           = &H1F3
  559.  Const LwpMenuMlDoccompare                       = &H1F4
  560.  Const LwpMenuMlMacroedit                        = &H1F5
  561.  Const LwpMenuMlMacroplay                        = &H1F6
  562.  Const LwpMenuMlMacrorecord                      = &H1F7
  563.  Const LwpMenuMlMacrooptions                     = &H1F8
  564.  Const LwpMenuMlQuickrec                         = &H1F9
  565.  Const LwpMenuMlQuickplay                        = &H1FA
  566.  Const LwpMenuMlGrammar                          = &H1FB
  567.  Const LwpMenuMlGrammaropts                      = &H1FC
  568.  Const LwpMenuMlGrammarstart                     = &H1FD
  569.  Const LwpMenuMlGrammarinit                      = &H1FE
  570.  Const LwpMenuMlModcreaterule                    = &H1FF
  571.  Const LwpMenuMlGrammarnext                      = &H200
  572.  Const LwpMenuMlGrammarcancel                    = &H201
  573.  Const LwpMenuMlGrammarsugtext                   = &H202
  574.  Const LwpMenuMlGrammaroptionstext               = &H203
  575.  Const LwpMenuMlGrammarchange                    = &H204
  576.  Const LwpMenuMlGrammarstats                     = &H205
  577.  Const LwpMenuMlIconpath                         = &H206
  578.  Const LwpMenuMlCyclekeysetup                    = &H207
  579.  Const LwpMenuMlSmartfill                        = &H208
  580.  Const LwpMenuMlNewspell                         = &H209
  581.  Const LwpMenuMlRevisionbar                      = &H20A
  582.  Const LwpMenuMlToa                              = &H20B
  583.  Const LwpMenuWindowmenu                         = &H4
  584.  Const LwpMenuMwNewwindow                        = &H20D
  585.  Const LwpMenuMwTilewindow                       = &H20E
  586.  Const LwpMenuMwCascadewindow                    = &H20F
  587.  Const LwpMenuMwStartoffiles                     = &H210
  588.  Const LwpMenuMwTilewindowhorz                   = &H246
  589.  Const LwpMenuMwSplitvertwindow                  = &H251
  590.  Const LwpMenuMwSplithorzwindow                  = &H252
  591.  Const LwpMenuMwEndoffiles                       = &H224
  592.  Const LwpMenuMwFilesseparator                   = &H225
  593.  Const LwpMenuMlMacresume                        = &H22A
  594.  Const LwpMenuMlReviewrevs                       = &H22D
  595.  Const LwpMenuMlRevacceptall                     = &H36B
  596.  Const LwpMenuMlRevcancelall                     = &H36C
  597.  Const LwpMenuMlRevaccept                        = &H36D
  598.  Const LwpMenuMlRevcancel                        = &H36E
  599.  Const LwpMenuMlField                            = &H238
  600.  Const LwpMenuMlFieldnext                        = &H239
  601.  Const LwpMenuMlFieldprev                        = &H23A
  602.  Const LwpMenuMlFieldeval                        = &H23B
  603.  Const LwpMenuMlFieldadd                         = &H23C
  604.  Const LwpMenuMlFieldupdate                      = &H23D
  605.  Const LwpMenuMlFieldtog                         = &H10A
  606.  Const LwpMenuMlFieldupall                       = &H10B
  607.  Const LwpMenuMlFieldlock                        = &H10C
  608.  Const LwpMenuMlFieldsave                        = &H10D
  609.  Const LwpMenuMlFieldauto                        = &HE0
  610.  Const LwpMenuMlFieldshowrlt                     = &HE1
  611.  Const LwpMenuMlFielddoauto                      = &HE2
  612.  Const LwpMenuMlFieldremove                      = &HE3
  613.  Const LwpMenuMlExechand                         = &H23E
  614.  Const LwpMenuMlIndexopts                        = &HE4
  615.  Const LwpMenuHelpmenu                           = &H226
  616.  Const LwpMenuMhIdxhelp                          = &H227
  617.  Const LwpMenuMhAbout                            = &H228
  618.  Const LwpMenuMhMacrohelp                        = &H229
  619.  Const LwpMenuMhCompatible                       = &H22B
  620.  Const LwpMenuMhUsingHelp                        = &H33E
  621.  Const LwpMenuMhKeyboard                         = &H33F
  622.  Const LwpMenuMhHowDoI                           = &H340
  623.  Const LwpMenuMhDoHelp                           = &H341
  624.  Const LwpMenuMhForUpgraders                     = &H342
  625.  Const LwpMenuMhTutorial                         = &H345
  626.  Const LwpMenuMhSearch                           = &H36F
  627.  Const LwpMenuMsControl                          = &H259
  628.  Const LwpMenuMsFileman                          = &H25A
  629.  Const LwpMenuMtTbllayout                        = &H272
  630.  Const LwpMenuMtInscolrow                        = &H273
  631.  Const LwpMenuMtDelcolrow                        = &H274
  632.  Const LwpMenuMtEditfrmla                        = &H275
  633.  Const LwpMenuMtTbladd                           = &H276
  634.  Const LwpMenuMtHeading                          = &H277
  635.  Const LwpMenuMtTableinfobox                     = &H279
  636.  Const LwpMenuMtSizecolrow                       = &H27A
  637.  Const LwpMenuMtConnect                          = &H27B
  638.  Const LwpMenuMtSavefrmla                        = &H27D
  639.  Const LwpMenuMtQuickaddrow                      = &H283
  640.  Const LwpMenuMtQuickaddcol                      = &H284
  641.  Const LwpMenuMtDelcolumn                        = &H285
  642.  Const LwpMenuMtDelrow                           = &H286
  643.  Const LwpMenuMtInsertrow                        = &H287
  644.  Const LwpMenuMtInsertcol                        = &H288
  645.  Const LwpMenuMtInsertaccel                      = &H289
  646.  Const LwpMenuMtDeleteaccel                      = &H28A
  647.  Const LwpMenuMtDeltable                         = &H28B
  648.  Const LwpMenuMtSelectcolumn                     = &H28C
  649.  Const LwpMenuMtSelectrow                        = &H28D
  650.  Const LwpMenuMtSelecttable                      = &H28E
  651.  Const LwpMenuMtChgiconsize                      = &H28F
  652.  Const LwpMenuMtDisconnect                       = &H290
  653.  Const LwpMenuMtSplitcells                       = &H291
  654.  Const LwpMenuMtSplittable                       = &H292
  655.  Const LwpMenuMtPcolinscolrow                    = &H293
  656.  Const LwpMenuMtPcolinsertrow                    = &H294
  657.  Const LwpMenuMtPcolinsertcol                    = &H295
  658.  Const LwpMenuMtPcoldeltable                     = &H296
  659.  Const LwpMenuMtPcoldelcolumn                    = &H297
  660.  Const LwpMenuMtPcoldelrow                       = &H298
  661.  Const LwpMenuMtPcolconnect                      = &H299
  662.  Const LwpMenuMtPcoldisconnect                   = &H29A
  663.  Const LwpMenuMtPcolsplitcells                   = &H29B
  664.  Const LwpMenuMtPcolselectcolumn                 = &H29C
  665.  Const LwpMenuMtPcolselectrow                    = &H29D
  666.  Const LwpMenuMtPcolselecttable                  = &H29E
  667.  Const LwpMenuMtPcoldelcolrow                    = &H29F
  668.  Const LwpMenuMtPcolheading                      = &H2A0
  669.  Const LwpMenuMtCellinfobox                      = &H2A1
  670.  Const LwpMenuMtShowtablelineinfobox             = &H2A2
  671.  Const LwpMenuMtShowtablesizeinfobox             = &H2A3
  672.  Const LwpMenuMtCreatetablewithgrid              = &H2A4
  673.  Const LwpMenuMtShowpcollineinfobox              = &H2A5
  674.  Const LwpMenuMtShowpcolsizeinfobox              = &H2A6
  675.  Const LwpMenuMtSplitpcol                        = &H2A7
  676.  Const LwpMenuMtPcolselectentiretable            = &H2A8
  677.  Const LwpMenuMtSelectentiretable                = &H2A9
  678.  Const LwpMenuMtSelectentirecellrange            = &H2AA
  679.  Const LwpMenuMtSelectentirepcolcellrange        = &H2AB
  680.  Const LwpMenuMtTabletopalign                    = &H2AC
  681.  Const LwpMenuMtTablecenteralign                 = &H2AD
  682.  Const LwpMenuMtTablebottomalign                 = &H2AE
  683.  Const LwpMenuMtConnectrow                       = &H2AF
  684.  Const LwpMenuMtPcolconnectrow                   = &H2B0
  685.  Const LwpMenuMtGotonextblock                    = &H2B1
  686.  Const LwpMenuMtCellinfoboxmouse                 = &H2B2
  687.  Const LwpMenuMtTableinfoboxmouse                = &H2B3
  688.  Const LwpMenuMxRunrexx                          = &H2BB
  689.  Const LwpMenuMxRunontime                        = &H2BC
  690.  Const LwpMenuMxHourglass                        = &H2D0
  691.  Const LwpMenuMxMacpause                         = &H2D1
  692.  Const LwpMenuMxMacresume                        = &H2D2
  693.  Const LwpMenuMxTimedelay                        = &H2D3
  694.  Const LwpMenuMxTestforcancel                    = &H2D4
  695.  Const LwpMenuMxMacmessages                      = &H2D5
  696.  Const LwpMenuMxPreanswermsgbox                  = &H2D6
  697.  Const LwpMenuMxMaccancel                        = &H2D8
  698.  Const LwpMenuMxMaccontinue                      = &H2D9
  699.  Const LwpMenuMxMacrovariables                   = &H2DA
  700.  Const LwpMenuMxRunautonew                       = &H31E
  701.  Const LwpMenuMxRunautoopen                      = &H31F
  702.  Const LwpMenuOutlinemenu                        = &H2EE
  703.  Const LwpMenuMolPromote                         = &H2EF
  704.  Const LwpMenuMolDemote                          = &H2F0
  705.  Const LwpMenuMolMoveup                          = &H2F1
  706.  Const LwpMenuMolMovedown                        = &H2F2
  707.  Const LwpMenuMolExpand                          = &H2F3
  708.  Const LwpMenuMolContract                        = &H2F4
  709.  Const LwpMenuMolShowlevels                      = &H2F5
  710.  Const LwpMenuMolExpandsingle                    = &H2F6
  711.  Const LwpMenuMolContractsingle                  = &H2F7
  712.  Const LwpMenuMolUseoutlinestyle                 = &H2F8
  713.  Const LwpMenuMolSetshowlevel1                   = &H2F9
  714.  Const LwpMenuMolSetshowlevel2                   = &H2FA
  715.  Const LwpMenuMolSetshowlevel3                   = &H2FB
  716.  Const LwpMenuMolSetshowlevel4                   = &H2FC
  717.  Const LwpMenuMolSetshowlevel5                   = &H2FD
  718.  Const LwpMenuMolSetshowlevel6                   = &H2FE
  719.  Const LwpMenuMolSetshowlevel7                   = &H2FF
  720.  Const LwpMenuMolSetshowlevel8                   = &H300
  721.  Const LwpMenuMolSetshowlevel9                   = &H301
  722.  Const LwpMenuMolSetshowlevel10                  = &H302
  723.  Const LwpMenuMolOutstylesequence                = &H2ED
  724.  Const LwpMenuMtTabkey                           = &H320
  725.  Const LwpMenuMeDefpathsnw                       = &H324
  726.  Const LwpMenuMvHidepicts                        = &H325
  727.  Const LwpMenuMvHidemarks                        = &H326
  728.  Const LwpMenuMvHidetabrack                      = &H327
  729.  Const LwpMenuMvColguide                         = &H328
  730.  Const LwpMenuMvShowcleanscreen                  = &H348
  731.  Const LwpMenuMvFixediconbar                     = &H34A
  732.  Const LwpMenuMvViewlevel                        = &H34B
  733.  Const LwpMenuMtbChange                          = &H32A
  734.  Const LwpMenuMtbTabbox                          = &H32B
  735.  Const LwpMenuMvVertruler                        = &H32E
  736.  Const LwpMenuMvShownotes                        = &H330
  737.  Const LwpMenuMvShowtabsandreturns               = &H332
  738.  Const LwpMenuMvOut2lay                          = &H334
  739.  Const LwpMenuMfImportdraw                       = &H335
  740.  Const LwpMenuMlMacroendrecord                   = &H336
  741.  Const LwpMenuMvLay2out                          = &H337
  742.  Const LwpMenuMvSetpreferences                   = &H338
  743.  Const LwpMenuMrCreatelastframe                  = &H339
  744.  Const LwpMenuMlQuickendrecord                   = &H33A
  745.  Const LwpMenuMrUngroupframes                    = &H33B
  746.  Const LwpMenuMlRevmarkingoff                    = &H33C
  747.  Const LwpMenuMlFieldhide                        = &H33D
  748.  Const LwpMenuMcExtracton                        = &H346
  749.  Const LwpMenuMdivDivisionproperties             = &H34C
  750.  Const LwpMenuMdivNewdivision                    = &H34D
  751.  Const LwpMenuMdivCombinedivisions               = &H34E
  752.  Const LwpMenuMdivDeletedivision                 = &H34F
  753.  Const LwpMenuMdivExpanddivision                 = &H350
  754.  Const LwpMenuMdivGroupdivision                  = &H356
  755.  Const LwpMenuMsecSectionproperties              = &H351
  756.  Const LwpMenuMsecNewsection                     = &H352
  757.  Const LwpMenuMsecCombinesections                = &H353
  758.  Const LwpMenuMsecSelectsection                  = &H354
  759.  Const LwpMenuMsecExpandsection                  = &H355
  760.  Const LwpMenuMtabSettabs                        = &H357
  761.  Const LwpMenuMtabCleartabs                      = &H358
  762.  Const LwpMenuMtabLefttab                        = &H359
  763.  Const LwpMenuMtabRighttab                       = &H35A
  764.  Const LwpMenuMtabCentertab                      = &H35B
  765.  Const LwpMenuMtabNumerictab                     = &H35E
  766.  Const LwpMenuMtabDefaulttabs                    = &H361
  767.  Const LwpMenuMtabRemoveruler                    = &H362
  768.  Const LwpMenuMtabHideruler                      = &H363
  769.  Const LwpMenuMtabQuickright                     = &H3DE
  770.  Const LwpMenuMtabQuickcenter                    = &H3DF
  771.  Const LwpMenuMrSetmarginsinfobox                = &H366
  772.  Const LwpMenuMfToggleinfobox                    = &H367
  773.  Const LwpMenuMfCreateversion                    = &H368
  774.  Const LwpMenuMfCreateversionDivision            = &H389
  775.  Const LwpMenuMvViewversion                      = &H370
  776.  Const LwpMenuMafidHelp                          = &H384
  777.  Const LwpMenuMafidNotfound                      = &H385
  778.  Const LwpMenuMfMailNextstop                     = &H386
  779.  Const LwpMenuMfMailEditroute                    = &H387
  780.  Const LwpMenuMergeScriptNotify                  = &H38E
  781.  Const LwpMenuFirstpopupid                       = &H39D
  782.  Const LwpMenuRenderformat                       = &H35C
  783.  Const LwpMenuRenderallformats                   = &H35D
  784.  Const LwpMenuMcCommenttoolsOn                   = &H379
  785.  Const LwpMenuMnDeletenote                       = &H37A
  786.  Const LwpMenuMnClosenote                        = &H37B
  787.  Const LwpMenuMnNextnote                         = &H37C
  788.  Const LwpMenuMnPrevnote                         = &H37D
  789.  Const LwpMenuMcCommenttools                     = &H37E
  790.  Const LwpMenuMcHighnote                         = &H37F
  791.  Const LwpMenuMnCloseall                         = &H380
  792.  Const LwpMenuMnOpenall                          = &H381
  793.  Const LwpMenuMnDeleteall                        = &H382
  794.  Const LwpMenuMnShowinitials                     = &H383
  795.  Const LwpMenuMnNumbernotes                      = &H384
  796.  Const LwpMenuMfQuickprint                       = &H3B2
  797.  Const LwpMenuMdDebugger                         = &H3E8
  798.  Const LwpMenuMdDebugDoc                         = &H3E9
  799.  Const LwpMenuMdDebugPres                        = &H3EA
  800.  Const LwpMenuMdDebugDivinfo                     = &H3EB
  801.  Const LwpMenuMdDebugCont                        = &H3EC
  802.  Const LwpMenuMdDebugCol                         = &H3ED
  803.  Const LwpMenuMdDebugLine                        = &H3EE
  804.  Const LwpMenuMdDebugVobj                        = &H3EF
  805.  Const LwpMenuMdDebugHeap                        = &H3F0
  806.  Const LwpMenuMdDebugMain                        = &H3F1
  807.  Const LwpMenuMdDebugProf                        = &H3F2
  808.  Const LwpMenuMdDebugVcnt                        = &H3F3
  809.  Const LwpMenuMdDebugDivision                    = &H3F4
  810.  Const LwpMenuMdDebugLay                         = &H3F5
  811.  Const LwpMenuMdDebugVermgr                      = &H3F6
  812.  Const LwpMenuMdDebugVerctrl                     = &H3F7
  813.  Const LwpMenuMdDebugDoclay                      = &H3F8
  814.  Const LwpMenuMdDebugPara                        = &H3FA
  815.  Const LwpMenuMdDebugInfo                        = &H3FB
  816.  Const LwpMenuMdDebugAtom                        = &H3FC
  817.  Const LwpMenuMdDebugWrdarg                      = &H3FD
  818.  Const LwpMenuMdDebugDwrdarg                     = &H3FE
  819.  Const LwpMenuMdDebugStrarg                      = &H3FF
  820.  Const LwpMenuMdDebugSline                       = &H400
  821.  Const LwpMenuMdDebugPhint                       = &H401
  822.  Const LwpMenuMdDebugChint                       = &H402
  823.  Const LwpMenuMdDebugMsgtrace                    = &H403
  824.  Const LwpMenuMdDebugFoundry                     = &H404
  825.  Const LwpMenuMdDebugCounts                      = &H405
  826.  Const LwpMenuMdDebugPresinfo                    = &H406
  827.  Const LwpMenuMdDebugMeter                       = &H407
  828.  Const LwpMenuMdDebugStack                       = &H408
  829.  Const LwpMenuMdDebugPtrholder                   = &H409
  830.  Const LwpMenuMdDebugMemory                      = &H40A
  831.  Const LwpMenuMdDebugMemorydump                  = &H40B
  832.  Const LwpMenuMdDebugContent                     = &H40C
  833.  Const LwpMenuMdDebugSilver                      = &H40D
  834.  Const LwpMenuMdDebugVernode                     = &H40E
  835.  Const LwpMenuMdDebugCheckpoint                  = &H40F
  836.  Const LwpMenuMdDebugSocket                      = &H410
  837.  Const LwpMenuMdDebugSfb                         = &H411
  838.  Const LwpMenuMdDebugDemandload                  = &H412
  839.  Const LwpMenuMdDebugNumberhint                  = &H413
  840.  Const LwpMenuMdDebugDialog                      = &H414
  841.  Const LwpMenuMdDebugBack                        = &H415
  842.  Const LwpMenuMdDebugHeadtailholder              = &H416
  843.  Const LwpMenuMdDebugNotifypersistent            = &H417
  844.  Const LwpMenuMdDebugObjectholder                = &H418
  845.  Const LwpMenuMdDebugEnumobjhead                 = &H419
  846.  Const LwpMenuMdDebugNotify                      = &H41A
  847.  Const LwpMenuMdDebugNamedobjectholder           = &H41B
  848.  Const LwpMenuMdDebugSection                     = &H41C
  849.  Const LwpMenuMdDebugFontmgr                     = &H41D
  850.  Const LwpMenuMdDebugSanity                      = &H41E
  851.  Const LwpMenuMdDebugEnd                         = &H44B
  852.  Const LwpMenuMkPageup                           = &H44C
  853.  Const LwpMenuMkPagedown                         = &H44D
  854.  Const LwpMenuMcDooledragdrop                    = &H44E
  855.  Const LwpMenuMsMplMargins                       = &H514
  856.  Const LwpMenuMsMplPage                          = &H515
  857.  Const LwpMenuMsMplFooter                        = &H516
  858.  Const LwpMenuMsMplHeader                        = &H517
  859.  Const LwpMenuMsMplLines                         = &H518
  860.  Const LwpMenuMrMflType                          = &H578
  861.  Const LwpMenuMrMflSizepos                       = &H579
  862.  Const LwpMenuMrMflLines                         = &H57A
  863.  Const LwpMenuMrMflColumnstabs                   = &H57B
  864.  Const LwpMenuMlSetmacrofile                     = &H5DC
  865.  Const LwpMenuMlCompilemacro                     = &H5DD
  866.  Const LwpMenuMlMacrorun                         = &H5DE
  867.  Const LwpMenuMlMacroappend                      = &H5DF
  868.  Const LwpMenuMlPrototype                        = &H5E0
  869.  Const LwpMenuMeSmartcorrect                     = &H5E1
  870.  Const LwpMenuMrChart                            = &H5E2
  871.  Const LwpMenuMrCharttodraw                      = &H5E3
  872.  Const LwpMenuMmCascades                         = &H640
  873.  Const LwpMenuSubmenuInsert                      = &H640
  874.  Const LwpMenuMmFields                           = &H641
  875.  Const LwpMenuSubmenuMarktextas                  = &H642
  876.  Const LwpMenuSubmenuAlignment                   = &H643
  877.  Const LwpMenuMmCaps                             = &H644
  878.  Const LwpMenuMmMacros                           = &H647
  879.  Const LwpMenuSubmenuInsertsmartsum              = &H649
  880.  Const LwpMenuMMailmemo                          = &H64A
  881.  Const LwpMenuMPrinttofile                       = &H64B
  882.  Const LwpMenuSubmenuUsersetup                   = &H64C
  883.  Const LwpMenuSubmenuScripts                     = &H64D
  884.  Const LwpMenuMmShowoptions                      = &H64E
  885.  Const LwpMenuSubmenuQuickdemo                   = &H64F
  886.  Const LwpMenuSubmenuOtherhelpstuff              = &H650
  887.  Const LwpMenuMmOtherframe                       = &H651
  888.  Const LwpMenuMmOthertable                       = &H652
  889.  Const LwpMenuSubmenuOthertextstuff              = &H653
  890.  Const LwpMenuSubmenuPriority                    = &H654
  891.  Const LwpMenuMmOtherstuff                       = &H655
  892.  Const LwpMenuSubmenuSelect                      = &H656
  893.  Const LwpMenuSubmenuOtherdocpart                = &H657
  894.  Const LwpMenuSubmenuAttributes                  = &H658
  895.  Const LwpMenuSubmenuOutline                     = &H659
  896.  Const LwpMenuSubmenuCollapse                    = &H65A
  897.  Const LwpMenuSubmenuEdit                        = &H65B
  898.  Const LwpMenuSubmenuDebug                       = &H65C
  899.  Const LwpMenuSubmenuDocprops                    = &H65D
  900.  Const LwpMenuSubmenuZoomto                      = &H65E
  901.  Const LwpMenuSubmenuShowhide                    = &H65F
  902.  Const LwpMenuSubmenuOtherviewstuff              = &H660
  903.  Const LwpMenuSubmenuNamedstyles                 = &H661
  904.  Const LwpMenuSubmenuDelete                      = &H662
  905.  Const LwpMenuSubmenuFile                        = &H663
  906.  Const LwpMenuSubmenuView                        = &H664
  907.  Const LwpMenuSubmenuTeammail                    = &H665
  908.  Const LwpMenuSubmenuEditmodemenu                = &H666
  909.  Const LwpMenuSubmenuDebugmodemenu               = &H667
  910.  Const LwpMenuSubmenuHelp                        = &H668
  911.  Const LwpMenuCreatemenu                         = &H672
  912.  Const LwpMenuParallelstylemenu                  = &H67A
  913.  Const LwpMenuEnvAddress                         = &H67D
  914.  Const LwpMenuEnvSave                            = &H681
  915.  Const LwpMenuEnvPrint                           = &H682
  916.  Const LwpMenuMfCreatetabdivision                = &H686
  917.  Const LwpMenuMfCreatedivision                   = &H683
  918.  Const LwpMenuMeTocassist                        = &H684
  919.  Const LwpMenuMpNewsection                       = &H685
  920.  Const LwpMenuMtInsertclickhere                  = &H687
  921.  Const LwpMenuMcTextlinepanel                    = &H688
  922.  Const LwpMenuMvOtherviewstuff                   = &H689
  923.  Const LwpMenuMoApplystyle                       = &H68A
  924.  Const LwpMenuMsFramecreate                      = &H68B
  925.  Const LwpMenuMsFrameredefinestyle               = &H68C
  926.  Const LwpMenuMsTablecreate                      = &H68D
  927.  Const LwpMenuMsTableredefinestyle               = &H68E
  928.  Const LwpMenuMsTablecellcreate                  = &H68F
  929.  Const LwpMenuMsTablecellredefinestyle           = &H690
  930.  Const LwpMenuMvShowmisspelled                   = &H691
  931.  Const LwpMenuMtDelrowacc                        = &H692
  932.  Const LwpMenuMtCtrlretacc                       = &H693
  933.  Const LwpMenuMsQuickredefinestyle               = &H694
  934.  Const LwpMenuMtInsertrowacc                     = &H695
  935.  Const LwpMenuMrOleverbconvert                   = &H696
  936.  Const LwpMenuMrOledivtabverbconvert             = &H697
  937.  Const LwpMenuMrFrameleft                        = &H698
  938.  Const LwpMenuMrFramecenter                      = &H699
  939.  Const LwpMenuMrFrameright                       = &H69A
  940.  Const LwpMenuMrFramehorzspan                    = &H69B
  941.  Const LwpMenuMrFramevertspan                    = &H69C
  942.  Const LwpMenuMfNewanytab                        = &H69D
  943.  Const LwpMenuMfOdmaopen                         = &H69E
  944.  Const LwpMenuMfOdmainsert                       = &H69F
  945.  Const LwpMenuMfOdmaconvert                      = &H6A0
  946.  Const LwpMenuMfOdmasaveas                       = &H6A1
  947.  Const LwpMenuMfOdmaexternalize                  = &H6A2
  948.  Const LwpMenuMfOdmaexport                       = &H6A3
  949.  Const LwpMenuMrOleverb                          = &H6A4
  950.  Const LwpMenuMrOleverbmax                       = &H707
  951.  Const LwpMenuMrOledivtabverb                    = &H708
  952.  Const LwpMenuMrOledivtabverbmax                 = &H76B
  953.  Const LwpMenuMtSelectcell                       = &H76C
  954.  Const LwpMenuMtPcolselectcell                   = &H76D
  955.  Const LwpMenuMpColumnbreak                      = &H76E
  956.  Const LwpMenuMeViewtablegrid                    = &H76F
  957.  Const LwpMenuMeViewtableheading                 = &H770
  958.  Const LwpMenuMeViewpcolguides                   = &H771
  959.  Const LwpMenuMeViewmarginguides                 = &H772
  960.  Const LwpMenuMeViewpagegauge                    = &H773
  961.  Const LwpMenuMeViewshowallmarks                 = &H774
  962.  Const LwpMenuMeViewhideallmarks                 = &H775
  963.  Const LwpMenuMtTableleft                        = &H776
  964.  Const LwpMenuMtTablecenter                      = &H777
  965.  Const LwpMenuMtTableright                       = &H778
  966.  Const LwpMenuMtTablehorzspan                    = &H779
  967.  Const LwpMenuMtGotoinfobox                      = &H77A
  968.  Const LwpMenuMhTour                             = &H77B
  969.  Const LwpMenuMfCreateoledivision                = &H77D
  970.  Const LwpMenuMfToggleclickhereprompts           = &H77E
  971.  Const LwpMenuMcToggleskipbullet                 = &H77F
  972.  Const LwpMenuMlSkipmisspelledword               = &H780
  973.  Const LwpMenuMlSkipallmisspelledword            = &H781
  974.  Const LwpMenuMlAddtouserdictionary              = &H782
  975.  Const LwpMenuMlTogglebubblehelp                 = &H783
  976.  Const LwpMenuMfPlainnew                         = &H784
  977.  Const LwpMenuMvToggleshowanchors                = &H785
  978.  Const LwpMenuMvNextnewestversion                = &H786
  979.  Const LwpMenuMvMostrecentversion                = &H787
  980.  Const LwpMenuMvOldestversion                    = &H788
  981.  Const LwpMenuMcJustifyall                       = &H789
  982.  Const LwpMenuMcClosegraphicole                  = &H78A
  983.  Const LwpMenuMfFramerevert                      = &H78B
  984.  Const LwpMenuMtCellrevert                       = &H78C
  985.  Const LwpMenuMfOpentabdivision                  = &H78D
  986.  Const LwpMenuMfNewtabdivision                   = &H78E
  987.  Const LwpMenuMtInsertclickherelink              = &H78F
  988.  Const LwpMenuMtEditclickherelink                = &H790
  989.  Const LwpMenuMsecDeletesection                  = &H79D
  990.  Const LwpMenuMfExternalfileexit                 = &H79E
  991.  Const LwpMenuMfExternalfilesavedivision         = &H79F
  992.  Const LwpMenuMfFtpopen                          = &H7A0
  993.  Const LwpMenuMfFtpinsert                        = &H7A1
  994.  Const LwpMenuMfFtpconvert                       = &H7A2
  995.  Const LwpMenuMfFtpsaveas                        = &H7A3
  996.  Const LwpMenuMfFtpexternalize                   = &H7A4
  997.  Const LwpMenuSubmenuInternet                    = &H7A5
  998.  Const LwpMenuMfFtpoptions                       = &H7A6
  999.  Const LwpMenuMfOdmashowattributes               = &H7A7
  1000.  Const LwpMenuMrRuby                             = &H7A8
  1001.  Const LwpMenuMfFtpopendivision                  = &H7A9
  1002.  Const LwpMenuMfFtpopenurl                       = &H7AA
  1003.  Const LwpMenuIbShowfrommenu                     = &H7AB
  1004.  Const LwpMenuMoHideinfobox                      = &H7AC
  1005.  Const LwpMenuMfWelcome                          = &H7AD
  1006.  Const LwpMenuMxMinmacromenu                     = &H2328
  1007.  Const LwpMenuMxMaxmacromenu                     = &H238B
  1008.  Const LwpMenuMrAfidmenu                         = &H2710
  1009.  Const LwpMenuMrAfidmenumax                      = &H3E80
  1010.  Const LwpMenuMaNotesflow                        = &H3E81
  1011.  Const LwpMenuMaNotesflowmax                     = &H3F48
  1012.  Const LwpMenuFcsTextmenu                        = &H0
  1013.  Const LwpMenuFcsFramemenu                       = &H1
  1014.  Const LwpMenuFcsFrametextmenu                   = &H2
  1015.  Const LwpMenuFcsTabletextmenu                   = &H3
  1016.  Const LwpMenuFcsFramegraphicmenu                = &H4
  1017.  Const LwpMenuFcsPowerfieldmenu                  = &H5
  1018.  Const LwpMenuFcsParallelcoltextmenu             = &H6
  1019.  Const LwpMenuFcsDivisionmenu                    = &H7
  1020.  Const LwpMenuFcsSectionmenu                     = &H8
  1021.  Const LwpMenuFcsTablemenu                       = &H9
  1022.  Const LwpMenuFcsParallelcolmenu                 = &HA
  1023.  Const LwpMenuFcsTablegraphicmenu                = &HB
  1024.  Const LwpMenuFcsParallelcolgraphicmenu          = &HC
  1025.  Const LwpMenuFcsHeadermenu                      = &HD
  1026.  Const LwpMenuFcsFootermenu                      = &HE
  1027.  Const LwpMenuFcsRulermenu                       = &HF
  1028.  Const LwpMenuFcsNotemenu                        = &H10
  1029.  Const LwpMenuFcsOutlinemenu                     = &H11
  1030.  Const LwpMenuFcsOledivisionmenu                 = &H12
  1031.  Const LwpMenuFcsFramechartmenu                  = &H13
  1032.  Const LwpMenuFcsTablechartmenu                  = &H14
  1033.  Const LwpMenuFcsParallelcolchartmenu            = &H15
  1034.  Const LwpMenuFcsRubymenu                        = &H16
  1035.  
  1036. 'MergeOptFlg Constants
  1037.  Const LwpMergeOptFlgMergeAndPrint               = &H1
  1038.  Const LwpMergeOptFlgMergeViewAndPrint           = &H2
  1039.  Const LwpMergeOptFlgMergeAndSaveas              = &H4
  1040.  Const LwpMergeOptFlgMergeInsertFields           = &H8
  1041.  Const LwpMergeOptFlgMergeLabels                 = &H10
  1042.  Const LwpMergeOptFlgMergeMacro                  = &H20
  1043.  
  1044. 'OverstrikeType Constants
  1045.  Const LwpOverstrikeTypeStyle                    = &H10000
  1046.  Const LwpOverstrikeTypeOff                      = &H20000
  1047.  
  1048. 'PageNumberFlags Constants
  1049.  Const LwpPageNumberFlagsDefault                 = &H0
  1050.  Const LwpPageNumberFlagsIncludesecname          = &H1
  1051.  Const LwpPageNumberFlagsIncludedivname          = &H2
  1052.  Const LwpPageNumberFlagsIncludebefore           = &H4
  1053.  Const LwpPageNumberFlagsResetonsection          = &H10
  1054.  Const LwpPageNumberFlagsResetondivision         = &H20
  1055.  
  1056. 'ReplacementChoices Constants
  1057.  Const LwpReplacementChoicesListbox1             = &H1
  1058.  Const LwpReplacementChoicesListbox2             = &H2
  1059.  Const LwpReplacementChoicesListbox3             = &H4
  1060.  Const LwpReplacementChoicesListbox4             = &H8
  1061.  Const LwpReplacementChoicesListbox5             = &H10
  1062.  Const LwpReplacementChoicesListbox6             = &H20
  1063.  Const LwpReplacementChoicesListbox7             = &H40
  1064.  Const LwpReplacementChoicesListbox8             = &H80
  1065.  Const LwpReplacementChoicesListbox9             = &H100
  1066.  Const LwpReplacementChoicesListbox10            = &H200
  1067.  Const LwpReplacementChoicesListbox11            = &H400
  1068.  Const LwpReplacementChoicesListbox12            = &H800
  1069.  Const LwpReplacementChoicesListbox13            = &H1000
  1070.  Const LwpReplacementChoicesListbox14            = &H2000
  1071.  Const LwpReplacementChoicesListbox15            = &H4000
  1072.  Const LwpReplacementChoicesListbox16            = &H8000
  1073.  Const LwpReplacementChoicesListbox17            = &H10000
  1074.  Const LwpReplacementChoicesListbox18            = &H20000
  1075.  Const LwpReplacementChoicesListbox19            = &H40000
  1076.  Const LwpReplacementChoicesListbox20            = &H80000
  1077.  Const LwpReplacementChoicesListbox21            = &H100000
  1078.  Const LwpReplacementChoicesListbox22            = &H200000
  1079.  Const LwpLreplacementChoicesIstbox22            = &H200000
  1080.  Const LwpReplacementChoicesListbox23            = &H400000
  1081.  Const LwpReplacementChoicesListbox24            = &H800000
  1082.  Const LwpReplacementChoicesListbox25            = &H1000000
  1083.  Const LwpReplacementChoicesListbox26            = &H2000000
  1084.  Const LwpReplacementChoicesListboxAll           = &H3FFFFFF
  1085.  
  1086. 'SpecificModifier Constants
  1087.  Const LwpSpecificModifierNone                   = &H0
  1088.  Const LwpSpecificModifierMbutton1               = &H1
  1089.  Const LwpSpecificModifierMbutton2               = &H2
  1090.  Const LwpSpecificModifierMbutton3               = &H4
  1091.  Const LwpSpecificModifierMbuttonmask            = &H7
  1092.  Const LwpSpecificModifierMbuttondown            = &H8
  1093.  Const LwpSpecificModifierMbuttonup              = &H10
  1094.  Const LwpSpecificModifierDoublebyte             = &H1
  1095.  Const LwpSpecificModifierGoingdown              = &H2
  1096.  Const LwpSpecificModifierComingup               = &H4
  1097.  Const LwpSpecificModifierVirtual                = &H8
  1098.  Const LwpSpecificModifierDamnit                 = &H1
  1099.  Const LwpSpecificModifierClicked                = &H2
  1100.  Const LwpSpecificModifierNomove                 = &H4
  1101.  Const LwpSpecificModifierNovolatile             = &H8
  1102.  Const LwpSpecificModifierReset                  = &H10
  1103.  Const LwpPopcheckpoint                          = &H20
  1104.  
  1105. 'TextStyleOverrides Constants
  1106.  Const LwpTextStlyeOverridesNone                 = &H0
  1107.  Const LwpTextStyleOverridesFace                 = &H1
  1108.  Const LwpTextStyleOverridesSize                 = &H2
  1109.  Const LwpTextStyleOverridesAttributes           = &H4
  1110.  Const LwpTextStyleOverridesFont                 = &H8
  1111.  Const LwpTextStyleOverridesAlignment            = &H10
  1112.  Const LwpTextStyleOverridesIndent               = &H20
  1113.  Const LwpTextStyleOverridesSpacing              = &H40
  1114.  Const LwpTextStyleIoverridesNdent               = &H20
  1115.  Const LwpTextStyleSoverridesPacing              = &H40
  1116.  Const LwpTextStyleOverridesBorders              = &H80
  1117.  Const LwpTextStyleOverridesBreaks               = &H100
  1118.  Const LwpTextStyleOverridesBullet               = &H200
  1119.  Const LwpTextStyleBoverridesUllet               = &H200
  1120.  Const LwpTextStyleOverridesNumbering            = &H400
  1121.  Const LwpTextStyleOverridesTabs                 = &H800
  1122.  Const LwpTextStyleOverridesKinsoku              = &H1000
  1123.  Const LwpTextStyleOverridesCharborder           = &H2000
  1124.  Const LwpTextStyleOverridesAmikake              = &H4000
  1125.  
  1126. 'TextView Constants
  1127.  Const LwpTextViewCaretVisible                   = &H1
  1128.  Const LwpTextViewSelectionVisible               = &H2
  1129.  Const LwpTextViewHiddenStoryptr                 = &H4
  1130.  
  1131. 'TypoChoices Constants
  1132.  Const LwpTypoChoicesListbox1                    = &H1
  1133.  Const LwpTypoChoicesListbox2                    = &H2
  1134.  Const LwpTypoChoicesListbox3                    = &H4
  1135.  Const LwpTypoChoicesListbox4                    = &H8
  1136.  Const LwpTypoChoicesListboxall                  = &HF
  1137.  
  1138. 'Views Constants
  1139.  Const LwpViewsStandard                          = &H1
  1140.  Const LwpViewsEnlarged                          = &H2
  1141.  Const LwpViewsFullpage                          = &H4
  1142.  Const LwpViewsCustom                            = &H8
  1143.  Const LwpViewsFacingpages                       = &H10
  1144.  Const LwpViewsPagesort                          = &H20
  1145.  Const LwpViewsMultiplepages                     = &H40
  1146.  Const LwpViewsPagemargin                        = &H80
  1147.  Const LwpViewsPagewidth                         = &H100
  1148.  Const LwpViewsReduced                           = &H200
  1149.  Const LwpViewsMoreenlarged                      = &H400
  1150.